Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.InputRequestCommand

Packages that use InputRequestCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of InputRequestCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type InputRequestCommand
 java.lang.Object IConversationCommandVisitor.visitInputRequest(InputRequestCommand inputRequestCommand)
          Called when this visitor is passed to an input request command instance.
 

Uses of InputRequestCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type InputRequestCommand
protected  IDocument AbstractPlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)
          Renders an input request to the user.
 

Uses of InputRequestCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type InputRequestCommand
protected  IDocument VoicePlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)